SftTabs/NET 6.0

CloseButtonEnabled Property, ButtonsClass Class

Softel vdm, Inc.

Defines whether the Close button is enabled.

Syntax      ButtonsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property CloseButtonEnabled As Boolean

C#   

public bool CloseButtonEnabled { get; set; }

C++   

public: property bool CloseButtonEnabled {
        bool get();
        void set(bool value);
}

Property Value

True if the Close button is enabled, otherwise False.

The default value is True.

Comments

The CloseButtonEnabled property defines whether the Close button is enabled.

The CloseButtonWanted property defines whether a Close button is available.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com